3.716 \(\int \frac{\sqrt{d+e x}}{(f+g x)^{3/2} \sqrt{a d e+\left (c d^2+a e^2\right ) x+c d e x^2}} \, dx\)

Optimal. Leaf size=61 \[ \frac{2 \sqrt{x \left (a e^2+c d^2\right )+a d e+c d e x^2}}{\sqrt{d+e x} \sqrt{f+g x} (c d f-a e g)} \]

[Out]

(2*Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2])/((c*d*f - a*e*g)*Sqrt[d + e*x]*S
qrt[f + g*x])

_______________________________________________________________________________________

Rubi [A]  time = 0.254093, antiderivative size = 61, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 48, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.021 \[ \frac{2 \sqrt{x \left (a e^2+c d^2\right )+a d e+c d e x^2}}{\sqrt{d+e x} \sqrt{f+g x} (c d f-a e g)} \]

Antiderivative was successfully verified.

[In]  Int[Sqrt[d + e*x]/((f + g*x)^(3/2)*Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2]),x]

[Out]

(2*Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2])/((c*d*f - a*e*g)*Sqrt[d + e*x]*S
qrt[f + g*x])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 22.1253, size = 58, normalized size = 0.95 \[ - \frac{2 \sqrt{a d e + c d e x^{2} + x \left (a e^{2} + c d^{2}\right )}}{\sqrt{d + e x} \sqrt{f + g x} \left (a e g - c d f\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((e*x+d)**(1/2)/(g*x+f)**(3/2)/(a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**(1/2),x)

[Out]

-2*sqrt(a*d*e + c*d*e*x**2 + x*(a*e**2 + c*d**2))/(sqrt(d + e*x)*sqrt(f + g*x)*(
a*e*g - c*d*f))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0919078, size = 50, normalized size = 0.82 \[ \frac{2 \sqrt{(d+e x) (a e+c d x)}}{\sqrt{d+e x} \sqrt{f+g x} (c d f-a e g)} \]

Antiderivative was successfully verified.

[In]  Integrate[Sqrt[d + e*x]/((f + g*x)^(3/2)*Sqrt[a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2]),x]

[Out]

(2*Sqrt[(a*e + c*d*x)*(d + e*x)])/((c*d*f - a*e*g)*Sqrt[d + e*x]*Sqrt[f + g*x])

_______________________________________________________________________________________

Maple [A]  time = 0.01, size = 63, normalized size = 1. \[ -2\,{\frac{ \left ( cdx+ae \right ) \sqrt{ex+d}}{\sqrt{gx+f} \left ( aeg-cdf \right ) \sqrt{cde{x}^{2}+a{e}^{2}x+c{d}^{2}x+ade}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((e*x+d)^(1/2)/(g*x+f)^(3/2)/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^(1/2),x)

[Out]

-2/(g*x+f)^(1/2)*(c*d*x+a*e)/(a*e*g-c*d*f)*(e*x+d)^(1/2)/(c*d*e*x^2+a*e^2*x+c*d^
2*x+a*d*e)^(1/2)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(e*x + d)/(sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)*(g*x + f)^(3/2)),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.281747, size = 154, normalized size = 2.52 \[ \frac{2 \, \sqrt{c d e x^{2} + a d e +{\left (c d^{2} + a e^{2}\right )} x} \sqrt{e x + d} \sqrt{g x + f}}{c d^{2} f^{2} - a d e f g +{\left (c d e f g - a e^{2} g^{2}\right )} x^{2} +{\left (c d e f^{2} - a d e g^{2} +{\left (c d^{2} - a e^{2}\right )} f g\right )} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(e*x + d)/(sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)*(g*x + f)^(3/2)),x, algorithm="fricas")

[Out]

2*sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)*sqrt(e*x + d)*sqrt(g*x + f)/(c*d^2
*f^2 - a*d*e*f*g + (c*d*e*f*g - a*e^2*g^2)*x^2 + (c*d*e*f^2 - a*d*e*g^2 + (c*d^2
 - a*e^2)*f*g)*x)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x+d)**(1/2)/(g*x+f)**(3/2)/(a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**(1/2),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\sqrt{e x + d}}{\sqrt{c d e x^{2} + a d e +{\left (c d^{2} + a e^{2}\right )} x}{\left (g x + f\right )}^{\frac{3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(e*x + d)/(sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)*(g*x + f)^(3/2)),x, algorithm="giac")

[Out]

integrate(sqrt(e*x + d)/(sqrt(c*d*e*x^2 + a*d*e + (c*d^2 + a*e^2)*x)*(g*x + f)^(
3/2)), x)